home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / SHELLS / SZ2 / MENU.SK2 < prev    next >
Text File  |  1992-08-31  |  9KB  |  299 lines

  1. @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  2. @@ MENU BAR
  3. @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  4. [ MENUBAR ]
  5. [ INCLUDE ] main.SK2
  6. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  7. @@ NOTEPAD
  8. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  9. [ MENUBAR ]
  10. [ INCLUDE ] main.SK2
  11. [ SUBMENU ] File                                   ;;File management commands
  12.    New                              AltN         ;;Open a new, untitled Notepad document
  13.    Open                               F3         ;;Open an existing Notepad document
  14.    Save                               F2         ;;Save the current Notepad document
  15.    'Save ~A~s...'                                ;;Save the current Notepad file with a different file name
  16.    '~W~rite block...'                            ;;Write the selected text to another file
  17.    'Insert file...'                 AltI         ;;Insert a file at the cursor
  18.    Defaults...                                   ;;Specify a default Notepad directory, extension and options
  19.    [ NEWLINE ]
  20.    Print...                           F4         ;;Print the active document
  21.    'Printer settin~g~s...'          AltG         ;;Specify the printer settings
  22.    [ NEWLINE ]
  23.    Close cmInit                                  ;;Close the notepad
  24. [ SUBMENU ] Edit                                   ;;Clipboard and undo operations
  25.    Undo                           AltBks         ;;Undo the last editing command
  26.    [ NEWLINE ]
  27.    Cut                          ShiftDel         ;;Remove the selection and place in Clipboard
  28.    Copy                          CtrlIns         ;;Copy the selection to the Clipboard without removing it
  29.    Paste                        ShiftIns         ;;Paste from Clipboard
  30.    'Show Clipboard'                              ;;Show contents of Clipboard
  31.    [ NEWLINE ]
  32.    Clear                             Del         ;;Delete the selection without placing a copy in the Clipboard
  33. [ SUBMENU ] Search                                 ;;Text search commands
  34.    Find...                          AltZ         ;;Search for specified text
  35.    Replace...                                    ;;Search for specified text and replace it with different text
  36.    Again                                         ;;Find the next occurence of specified text
  37. [ SUBMENU ] Document                               ;;Document commands
  38.    Reformat                                      ;;Reformat text using current settings
  39.    Options...                       AltO         ;;Change ruler settings and other options
  40.    Sort...                                       ;;Sort lines in current document
  41.    [ NEWLINE ]
  42.    'Check Spelling...'              AltC         ;;Check the spelling in the current document
  43.    Thesaurus...                     AltT         ;;Find a synonym for the word at the cursor
  44.    [ NEWLINE ]
  45.    [ NEWSUB ] Insert                             ;;Insert time, date or special character at the cursor
  46.       'Time & date at cursor'       AltU         ;;Insert current date and time at the cursor
  47.       'Time & date at ~f~ile end'                ;;Insert current date and time at the end of the document
  48.       'Control character'                        ;;Insert a control character at the cursor
  49.       'Indentation marker'         Ctrl.         ;;Place an indentation marker at the cursor
  50.    [ ENDSUB ]
  51. [ INCLUDE ] WinHelp.SK2
  52. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  53. @@ TIME PLANNER
  54. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  55. [ MENUBAR ]
  56. [ INCLUDE ] main.SK2
  57. [ SUBMENU ] File
  58.    new...             Alt-N
  59.    open...               F3
  60.    Defaults...
  61.    'Setup reconc~i~le...'
  62.    'Reconcile day'    Alt-R
  63.    [ NEWSUB ] Tools
  64.       copy...
  65.       rename...
  66.       delete...
  67.    [ ENDSUB ]
  68.    [ NEWLINE ]
  69.    Prot~e~ct
  70.    Unprotect
  71.    [ NEWLINE ]
  72.    Print...             F4
  73.    'Printer settin~g~s...  AltG
  74.    [ NEWLINE ]
  75.    Close cmInit
  76. [ SUBMENU ] Edit
  77.    Undo                Alt-Backspace
  78.    [ NEWLINE ]
  79.    Cut                 ShiftDel
  80.    Copy                CtrlIns
  81.    Paste               ShiftIns
  82.    'Show clipboard'
  83.    [ NEWLINE ]
  84.    C~l~ear             Del
  85. [ SUBMENU ] Search
  86.    Find...             AltZ
  87.    Again
  88.    'Vacant time...'
  89.    'Go to date...'
  90. [ SUBMENU ] Appointment
  91.    New...
  92.    Edit...
  93.    'Attached notes...'
  94.    'Day ~t~itle...'     AltD
  95.    'Delete past...'
  96.    [ NEWLINE ]
  97.    '~P~ane resize'
  98.    Options...           AltO
  99. [ SUBMENU ] ToDo
  100.    New...
  101.    Edit...
  102.    'Attached notes...'
  103. [ SUBMENU ] View
  104.    Daily...
  105.    Weekly...
  106.    Monthly...
  107.    'Time usage...'
  108. [ INCLUDE ] WinHelp.SK2
  109. @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  110. @@ ADDRESS BOOK & COMMUNICATIONS:  Similar, but subitems different!
  111. @@ ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
  112. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  113. @@ ADDRESS BOOK
  114. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  115. [ MENUBAR ]
  116. [ INCLUDE ] main.SK2
  117. [ SUBMENU ] File
  118.    New...           AltN
  119.    Open...          F3
  120.    Defaults...
  121.    [ NEWSUB ] Tools
  122.       Copy...
  123.       Rename...
  124.       Delete...
  125.    [ ENDSUB ]
  126.    [ NEWLINE ]
  127.    Prot~e~ct...
  128.    Unprotect
  129.    [ NEWLINE ]
  130.    Print...          F4
  131.    'Printer settin~g~s...'   AltG
  132.    [ NEWLINE ]
  133.    Close cmInit
  134. [ SUBMENU ] Edit
  135.    Undo              Alt-Backspace
  136.    [ NEWLINE ]
  137.    Cut               ShiftDel
  138.    Copy              CtrlIns
  139.    Paste             ShiftIns
  140.    'Show clipboard...'
  141. [ SUBMENU ] Search
  142.    Find...            AltZ
  143.    Again
  144. [ SUBMENU ] Records
  145.    New                Ins
  146.    Delete             Del
  147.    Edit               F8
  148.    Save               F8
  149.    [ NEWLINE ]
  150.    'Column width'
  151.    'Move column'
  152.    [ NEWLINE ]
  153.    'Attach note...'   F9
  154. [ SUBMENU ] SpeedDia~l~
  155.    +SpeedDial
  156.    [ NEWLINE ]
  157.    List
  158. [ SUBMENU ] Phone
  159.    Dial
  160.    'Page message...'      AltM
  161.    'Modem options...'     AltO
  162.    [ NEWLINE ]
  163.    'Utility dial strings...'  AltU
  164. [ INCLUDE ] WinHelp.SK2
  165. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  166. @@ COMMUNICATIONS
  167. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  168. [ MENUBAR ]
  169. [ INCLUDE ] main.SK2
  170. [ SUBMENU ] File
  171.    New...           AltN
  172.    Open...          F3
  173.    Defaults...
  174.    [ NEWSUB ] Tools
  175.       Copy...
  176.       Rename...
  177.       Delete...
  178.    [ ENDSUB ]
  179.    [ NEWLINE ]
  180.    Prot~e~ct...
  181.    Unprotect
  182.    [ NEWLINE ]
  183.    Print...          F4
  184.    'Printer settin~g~s...'   AltG
  185.    [ NEWLINE ]
  186.    Close cmInit
  187. [ SUBMENU ] Edit
  188.    Undo              Alt-Backspace
  189.    [ NEWLINE ]
  190.    Cut               ShiftDel
  191.    Copy              CtrlIns
  192.    Paste             ShiftIns
  193.    'Show clipboard...'
  194. [ SUBMENU ] Search
  195.    Find...            AltZ
  196.    Again
  197. [ SUBMENU ] Records
  198.    New                Ins
  199.    Delete             Del
  200.    Edit               F8
  201.    Save               F8
  202.    [ NEWLINE ]
  203.    'Column width'
  204.    'Move column'
  205.    [ NEWLINE ]
  206.    Se~t~tings         AltT
  207.    'Attach note...'   F9
  208. [ SUBMENU ] SpeedDia~l~
  209.    +SpeedDial
  210.    [ NEWLINE ]
  211.    List
  212. [ SUBMENU ] Phone
  213.    Dial
  214.    'Modem options...'     AltO
  215.    Hangup
  216.    [ NEWLINE ]
  217.    'Edit dialog...'           AltD
  218.    [ NEWLINE ]
  219.    'Script editor...'
  220.    'Script ~p~asswords...'
  221.    [ NEWLINE ]
  222.    'Utility dial strings...'  AltU
  223. [ INCLUDE ] WinHelp.SK2
  224. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  225. @@ CALCULATOR
  226. @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
  227. [ MENUBAR ]
  228. [ INCLUDE ] main.SK2
  229. [ SUBMENU ] File
  230.    Simple
  231.    Business
  232.    Sc~i~entific
  233.    P~r~ogrammer
  234.    [ NEWLINE ]
  235.    'Print tape...'      F4
  236.    'Printer settin~g~s...'   AltG
  237.    [ NEWLINE ]
  238.    Close cmInit
  239. [ SUBMENU ] Edit
  240.    Copy                    CtrlIns
  241.    Paste                   ShiftIns
  242.    'Show clipboard'
  243.    [ NEWLINE ]
  244.    C~l~ear
  245. [ SUBMENU ] Options
  246.    'Number format...'        F7
  247.    [ NEWLINE ]
  248.    [ NEWSUB ]'Trigonometric functions'
  249.       Sine    CtrlS
  250.       Cosine   CtrlC
  251.       Tangent  CtrlT
  252.       [ NEWSUB ] Inverse
  253.          Arc~s~ine     AltS
  254.          Arc~c~osine   AltC
  255.          Arc~T~angent  AltT
  256.       [ ENDSUB ]
  257.       PI       CtrlP
  258.    [ ENDSUB ]
  259.    [ NEWSUB ]'Exponential functions'
  260.       Ln             CtrlN
  261.       L~o~g          CtrlL
  262.       Exp            CtrlE
  263.       Square         CtrlX
  264.       S~q~rt         CtrlQ
  265.       'Power of 10'  Ctrl1
  266.    [ ENDSUB ]
  267.    [ NEWSUB ]'Financial functions'
  268.       Payment       CtrlT
  269.       'Present ~v~alue'   CtrlV
  270.       'Future value'      CtrlF
  271.       Term                CtrlN
  272.       Compound            CtrlP
  273.       Rate                CtrlR
  274.    [ ENDSUB ]
  275.    [ NEWSUB ]'Logical operators'
  276.       Not
  277.       Xor   CtrlX
  278.       And   CtrlA
  279.       Or    CtrlO
  280.    [ ENDSUB ]
  281.    [ NEWSUB ]'Memory'
  282.       'Add to   (M+)'  AltPlus
  283.       'Sub from (M-)'  AltMinus
  284.       'Multiply (M*)'
  285.       'Divide   (M/)'  Alt-/
  286.       'Recall   (MR)'  AltR
  287.       'Clear    (MC)'  AltL
  288.    [ ENDSUB ]
  289.    [ NEWSUB ]'Other'
  290.       1/X
  291.       Modulus
  292.       Integer
  293.       Fractional
  294.       Round
  295.       Absolute         AltA
  296.       Negate           AltN
  297.    [ ENDSUB ]
  298. [ INCLUDE ] WinHelp.SK2
  299.